Skip to content

chore(deps): bump cac from 6.7.14 to 7.0.0#33

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/cac-7.0.0
Open

chore(deps): bump cac from 6.7.14 to 7.0.0#33
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/cac-7.0.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Feb 28, 2026

Bumps cac from 6.7.14 to 7.0.0.

Release notes

Sourced from cac's releases.

v7.0.0

🚨 Breaking Changes

  • Drop Node.js < 20.19.0 support. Node.js 20.19.0 is now the minimum required version.
  • Remove CJS build. CAC is now ESM-only. If you rely on require(), either migrate to ESM imports or upgrade to Node.js ≥ 20.19.0, which supports require() for ES modules natively.
  • Rename event listener methods to follow the EventTarget API. cli.on() and related methods have been renamed to cli.addEventListener(). Update your code accordingly:
--- cli.on('command:*', () => { ... })
+++ cli.addEventListener('command:*', () => { ... })

Notes for Deno Users

Please use the JSR package instead: @cac/cac

import cac from 'jsr:@cac/cac'

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v7.0.0-beta.1

   ⚠️ Breaking Changes

  • Drop support for Node.js < 20.19.0.
  • Remove CJS build. Please use ESM imports, or upgrade to Node.js > 20.19.0 to continue using require.
  • Rename cli.on() and related methods to cli.addEventListener() to follow the EventTarget API.

   🚀 Features

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for cac since your current version.


@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 28, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (4e5800d) to head (12ebe2f).
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@     Coverage Diff      @@
##   master   #33   +/-   ##
============================
============================

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4e5800d...12ebe2f. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cac-7.0.0 branch 2 times, most recently from 3356bad to 82db8b9 Compare March 4, 2026 08:45
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cac-7.0.0 branch 2 times, most recently from c1512c3 to 4511ccd Compare March 15, 2026 07:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cac-7.0.0 branch 2 times, most recently from 8e1641a to 7eab109 Compare March 25, 2026 07:08
Bumps [cac](https://github.com/cacjs/cac) from 6.7.14 to 7.0.0.
- [Release notes](https://github.com/cacjs/cac/releases)
- [Commits](cacjs/cac@v6.7.14...v7.0.0)

---
updated-dependencies:
- dependency-name: cac
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/cac-7.0.0 branch from 7eab109 to 12ebe2f Compare March 30, 2026 07:19
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants